Welcome![Sign In][Sign Up]
Location:
Search - winInet http

Search list

[TCP/IP stackryeolhttpclient_src

Description: CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。
Platform: | Size: 75003 | Author: 严锐 | Hits:

[Browser Clientasynchttp

Description: 异步控制wininet,实现http下载
Platform: | Size: 3033 | Author: liping | Hits:

[Browser ClientVb_wininet

Description: vb 调用wininet 实现http下载
Platform: | Size: 4022 | Author: liping | Hits:

[Internet-NetworkHttpAndFtpTest

Description: 关于wininet用于FTP,HTTP通讯方面的总结,和不同函数和协议之间的测试比较。想了解wininet的用法,看看该工程的代码就可以了。
Platform: | Size: 18329 | Author: 胡振勇 | Hits:

[OtherUrlToContent

Description: 通过在地址栏中输入Url,可以得到相应的源代码,并提取出网页中的文本信息-column addresses through the importation of Url, the corresponding source code and extract the text of website information
Platform: | Size: 86016 | Author: 张化利 | Hits:

[Delphi VCLFastDown1.1

Description: 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序 TestFastDownSrcVC6.zip 测试程序源代码(VC版) TestFastDownSrcVB6.zip 测试程序源代码(VB版) FastDownHelp.zip 帮助文档 特点: 支持HTTP、FTP协议,支持HTTP CHUNKED编码,支持HTTP GET、POST方法,支持重定向、Cookie。 支持获取FTP目录内容。 支持断点续传,支持将文件分成多块同时下载,可任意指定分块数,下载速度快,CPU占用率低。 支持从多个地址下载同一个文件。 支持同步模式,异步模式。 支持SOCKS4,SOCKS5,HTTP1.1代理。 可提供C++静态库(VC6、VC7、VC8、C++ Builder),可提供ActiveX版本(支持C++ Builder、Delphi、VB、VC++、C#、VB.net、Delphi.net)。 全部代码不依赖于MFC,不依赖于WININET库,方便移植。 接口简单,灵活。 支持Win98,WinMe,Win2000, Windows XP,Windows 2003-software Home : www.gfastdown.com documents : FastDownActiveX.zip ActiveX version FastDownCB6.z ip C Builder6 static FastDownVC6.zip VC six static FastD ownVC7.zip VC 7 TestFastDown.zip the static test procedure Test FastDownSrcVC6.zip testing program source code (VC version) TestFastDo wnSrcVB6.zip testing program source code (VB Edition) FastDownHelp.zip help documentation features : support for HTTP, FTP, HTTP support CHUNKED coding, supports HTTP GET, POST, the support redirect, Cookie. Support FTP access to directory content. Supports HTTP, support the file into several pieces, while downloading can be arbitrarily designated a few blocks, download speed, CPU utilization rate is low. Support downloaded from the same number of addresses in a document. Synchronous, asynchronous mode. Sup
Platform: | Size: 3208192 | Author: zxq | Hits:

[Internet-Networklyoulhttpclient

Description: CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s API, and HTTP server for interaction. Can use the HTTP GET request to the HTTP server (for request for a URL corresponding to the contents of), want to use the HTTP server HTTP POST to send data (for transmission of documents and submit the form), as well as data back CHttpResponse deal with, and add a strict anomaly detection. At the same time, the annex contains a common version and the COM version of the source code.
Platform: | Size: 1367040 | Author: 王波 | Hits:

[Internet-NetworkGetWANIP

Description: This an example of how to get your WAN IP with C++, the wininet-Functions and http://checkip.dyndns.org/.-This is an example of how to get your WAN IP with C++, the wininet-Functions and http://checkip.dyndns.org/.
Platform: | Size: 913408 | Author: netcat | Hits:

[Internet-NetworkwinInetInternet

Description: 调用wininet类集进行Internet客户程序开发,作为拥护访问internet的接口,在http,ftp,gopher协议支持下,从internet上响应的服务器获取资源-Cluster wininet call customers to Internet development, as access to internet interface support in the http, ftp, gopher protocol support, the response from the server on the internet access to resources
Platform: | Size: 44032 | Author: kitty | Hits:

[Windows MobileWM6.0_Httpdownload

Description: 在windows mobile6.0下调试通过的http下载,使用wininet api实现,请关注http.h和http.cpp。-Debugging windows mobile6.0 in the http download through the use of wininet api to achieve, please take heed of http.h and http.cpp.
Platform: | Size: 2417664 | Author: crack | Hits:

[e-languageehttp

Description: 易语言实现 HTTP访问 利用WININET模块-Yi language HTTP access
Platform: | Size: 6144 | Author: liyuanjun | Hits:

[OS programGetHttpFile

Description: 使用WinInet通过HTTP协议读取网上文件-HTTP protocol through the use of WinInet to read online documents
Platform: | Size: 33792 | Author: LJ | Hits:

[Windows DevelopUrlExplr_src

Description: 提取URL网页缓存记录,通过winet库接口调用,FindFirst返回一个句柄,FindNext返回下一个,直到所有返回完为止。-My desire to create a one button solution to blow away all files left on my machine from my browser lead me down the path of the URL Cache. This seems to be the place where all internet related files are managed. Of course this journey turned into a full-blown application to look into the cache and view the details of what s actually kept there. All methods to manipulate the URL cache are part of the WinInet library. This library is fairly low-level (not quite at the socket level, but it s pretty far down there). In addition to the cache, the library also provides http, ftp, and gopher file transfer functionality. Walking the URL cache is very similar to using the Win32 file related functions. FindFirst (with some parameters) returns a handle, FindNext (until there are no more), that sort of thing. I developed a set of classes to deal with the nitty-gritty. You ll find these in the UrlCacheUtil.h/.cpp files. The application is fairly self documenting (famous last words). I
Platform: | Size: 26624 | Author: 老板 | Hits:

[Delphi VCLWEBCOPY

Description: 通过WEB 复制文件的DELPHI 控件-TMS.WEBCOPY.1.6.DelphiRetail-SKYDANCER Supplier : Team SKYDANCER Rlz date : 01/10/2006 Packager : Team SKYDANCER Archives : 01x0.5mb Cracker : non Protec. : non TWebCopy uses the Wininet API to load the selected files via http or ftp from Intranet or Internet sites or can copy files by UNC name over the network. It features a progress/cancel dialog and threaded execution. (ASP script available to handle POST based HTTP uploads) WebCopy can be configured to retrieve automatically only newer files w.r.t. to a configurable date. Files to copy over the web can be easily set at design time using a Items collection or programmatically : HTTP: with WebCopy.Items.Add do begin URL := http://www.tmssoftware.com/webcopy.zip Protocol := wpHTTP FileDate := EncodeDate(2002,3,18) CopyNewerOnly := true TargetDir := c:\temp end FTP: with WebCopy.Items.Add do begin FTPHost := ftp.tms
Platform: | Size: 27648 | Author: newsun | Hits:

[Web Serverhsrex

Description: 用http的put协议上传的例子第一步就是需要在iis管理器里面设置“写”权限,可以是根目录,也可以是虚拟目录 第二步就是需要在放上传文件的那个目录的NTFS权限设置中,添加IU_USER(Internet匿名访问用户)的写权限。 -利用winInet实现文件上传到HTTP服务器
Platform: | Size: 3072 | Author: fp | Hits:

[Internet-Networkhttpc

Description: http客户机WinInet函数专门在与服务器连接时使用,客户机向http服务器发出请求时,要建立很多操作,但首先要进行http请求,这段代码,说的就是请求连接-http
Platform: | Size: 2048 | Author: 晓晓 | Hits:

[Windows DevelopFastDown1.1

Description: 使用前请首先注册,运行如下命令: regsvr32 GFastdownActiveXTrial.ocx 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序 TestFastDownSrcVC6.zip 测试程序源代码(VC版) TestFastDownSrcVB6.zip 测试程序源代码(VB版) FastDownHelp.zip 帮助文档 特点: 支持HTTP、FTP协议,支持HTTP CHUNKED编码,支持HTTP GET、POST方法,支持重定向、Cookie。 支持获取FTP目录内容。 支持断点续传,支持将文件分成多块同时下载,可任意指定分块数,下载速度快,CPU占用率低。 支持从多个地址下载同一个文件。 支持同步模式,异步模式。 支持SOCKS4,SOCKS5,HTTP1.1代理。 可提供C++静态库(VC6、VC7、VC8、C++ Builder),可提供ActiveX版本(支持C++ Builder、Delphi、VB、VC++、C#、VB.net、Delphi.net)。 全部代码不依赖于MFC,不依赖于WININET库,方便移植。 接口简单,灵活。 支持Win98,WinMe,Win2000, Windows XP,Windows 2003-软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序 TestFastDownSrcVC6.zip 测试程序源代码(VC版) TestFastDownSrcVB6.zip 测试程序源代码(VB版) FastDownHelp.zip 帮助文档 特点: 支持HTTP、FTP协议,支持HTTP CHUNKED编码,支持HTTP GET、POST方法,支持重定向、Cookie。 支持获取FTP目录内容。 支持断点续传,支持将文件分成多块同时下载,可任意指定分块数,下载速度快,CPU占用率低。 支持从多个地址下载同一个文件。 支持同步模式,异步模式。 支持SOCKS4,SOCKS5,HTTP1.1代理。 可提供C++静态库(VC6、VC7、VC8、C++ Builder),可提供ActiveX版本(支持C++ Builder、Delphi、VB、VC++、C#、VB.net、Delphi.net)。 全部代码不依赖于MFC,不依赖于WININET库,方便移植。 接口简单,灵活。 支持Win98,WinMe,Win2000, Windows XP,Windows 2003
Platform: | Size: 3208192 | Author: shao youde | Hits:

[Internet-NetworkGetHttpFile

Description: vc 使用WinInet通过HTTP协议读取网上文件\GetHttpFile的程序源码,有兴趣的朋友学习一下。-vc use WinInet to read online via the HTTP protocol file \ GetHttpFile the program source code, friends who are interested to learn about.
Platform: | Size: 26624 | Author: 潘晨光 | Hits:

[Internet-NetworkGetHttpFile

Description: vc——使用WinInet通过HTTP协议读取网上文件\GetHttpFile-vc- use WinInet to read online via the HTTP protocol file \ GetHttpFile
Platform: | Size: 53248 | Author: 曹秀英 | Hits:

[Internet-NetworkGetHttpFile

Description: vc——使用WinInet通过HTTP协议读取网上文件\GetHttpFile的程序源码,值得一看!-vc- use WinInet to read online via the HTTP protocol file \ GetHttpFile the program source code, worth a visit!
Platform: | Size: 53248 | Author: | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net